home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / Glossary.cxt / 00610_Program instruction .txt < prev    next >
Encoding:
Text File  |  1998-10-12  |  396 b   |  1 lines

  1. A single word or expression that represents an operation. For example, the program instruction ADD A,B adds the values of A and B. It gets a little more confusing when you consider various types of programming language. High-level programming languages such as Visual Basic are easier to use, but each program instruction is made up of several low-level instructions. (See Programming language.)